Appliance Infraprofile Configs ProfilesSpec
This schema is deprecated as of vSphere API 9.0.0.0.
The Appliance Infraprofile Configs ProfilesSpec schema represents a spec information for export operation.
This schema was added in vSphere API 7.0.0.0.
{
"encryption_key": "string",
"description": "string",
"profiles": [
"string"
]
}
This property is deprecated as of vSphere API 9.0.0.0.
Encryption Key to encrypt/decrypt profiles.
This property was added in vSphere API 7.0.0.0.
If missing or null
encryption will not be used for the profile.
This property is deprecated as of vSphere API 9.0.0.0.
Custom description provided by the user.
This property was added in vSphere API 7.0.0.0.
If missing or null
description will be empty.
This property is deprecated as of vSphere API 9.0.0.0.
Profiles to be exported/imported.
This property was added in vSphere API 7.0.0.0.
If missing or null
or empty, all profiles will be returned.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.infraprofile.profile
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.infraprofile.profile
.